home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / more < prev    next >
Text File  |  1991-04-25  |  671b  |  20 lines

  1.                                     MORE
  2.                     Displays input one screen at a time
  3.                               See also <TYPE>
  4.  
  5. The message 'MORE' will appear if more data is available.
  6.  
  7. COMMAND TYPE: External                  VERSION: 2.0 and up
  8.  
  9. USE: MORE <file
  10. or   command | MORE
  11.  
  12. This filter is usually used in conjunction with the | (pipe).  The
  13. pipe is used to send the output from a command and send it to another
  14. to be processed.  More ONLY reads standard input (which may be a pipe
  15. or redirected to come from a file)
  16.  
  17. EXAMPLE: DIR | MORE
  18. The output from <DIR> will be piped to MORE and will be displayed one screen
  19. at a time.
  20.